IZennoPosterProjectModelExt

Assembly: ZennoLab.InterfacesLibrary
Full name: ZennoLab.InterfacesLibrary.ProjectModel.IZennoPosterProjectModelExt
Kind: interface


Properties

IsInterrupted

Property

bool IsInterrupted { get; set; }

Get or set a info about thread interrupting.

Returns: System.String 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.

ProjectCid

Property

string ProjectCid { get; }

Additional id.

Returns: System.String Additional id.

Proxy

Property

string Proxy { get; set; }

Get or set the proxy string of project.

Context

Property

IContextExt Context { get; }

LastExecutedActionId

Property

string LastExecutedActionId { get; set; }

Get or set a info about last executed action ID.

LastExecutedActionElapsedTime

Property

long LastExecutedActionElapsedTime { get; set; }

Get or set an information about last executed action elapsed time (ms).

Json

Property

object Json { get; set; }

Get or set an information about last executed action elapsed time (ms).

Xml

Property

object Xml { get; set; }

Get or set an information about last executed action elapsed time (ms).

Methods

SetLastError

Method

void SetLastError(LastError error)

Set a last error after project failed.

Parameters

TypeNameDescription
LastErrorerrorAn information of last error.