IContextExt

Assembly: ZennoLab.InterfacesLibrary
Full name: ZennoLab.InterfacesLibrary.ProjectModel.Collections.IContextExt
Kind: interface


Represents a collection of shared objects that can be accessed by name.

This interface can be used in action OwnCode (C# or PHP) of ProjectMaker.

Properties

IsInterrupted

Property

bool IsInterrupted { get; set; }

Get or set a info about thread interrupting.

Returns: System.Boolean An information about thread interrupting.

PerformBadEndOnInterrupt

Property

bool PerformBadEndOnInterrupt { get; set; }

Get or set a flag of performing Bad End on interrupting.

Returns: System.Boolean An information about performing Bad End on interrupting.

TaskId

Property

Guid TaskId { get; set; }

Get or set a guid of executed task.

Returns: System.Guid Guid of executed task.

CaptchaTasks

Property

SortedList<string, Task<bool>> CaptchaTasks { get; }

Get list of captcha async tasks.

Returns: System.Collections.SortedList List of captcha async tasks.