IContextExt

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


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

Get or set a info about thread interrupting.

Returns: System.Boolean An information about thread interrupting.

PerformBadEndOnInterrupt

Property

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

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

TaskId

Property

Get or set a guid of executed task.

Returns: System.Guid Guid of executed task.

CaptchaTasks

Property

Get list of captcha async tasks.

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