Method | Description | |
---|---|---|
Canceled ( ) : bool | ||
Finished ( ) : void | ||
Finished ( string FinishedMessage ) : void | ||
Finished ( string FinishedMessage, string FinishedUrl ) : void | ||
LogInformation ( string Message ) : void | ||
LogWarning ( string Message ) : void | ||
Reset ( System.DateTime NextScheduledTimestamp ) : void | ||
ScheduledTaskStatus ( |
||
SetCancelSupported ( bool CancelSupported ) : void | ||
SetFinishedMessage ( string FinishedMessage ) : void | ||
SetFinishedUrl ( string FinishedUrl ) : void | ||
SetIsSilent ( bool IsSilent ) : void | ||
SetNextScheduledTimestamp ( System.DateTime NextScheduledTimestamp ) : void | ||
SetTaskException ( |
||
Started ( ) : void | ||
UpdateStatus ( byte Progress ) : void | ||
UpdateStatus ( byte Progress, string CurrentDescription ) : void | ||
UpdateStatus ( byte Progress, string CurrentProcess, string CurrentDescription ) : void | ||
UpdateStatus ( double Progress ) : void | ||
UpdateStatus ( double Progress, string CurrentDescription ) : void | ||
UpdateStatus ( double Progress, string CurrentProcess, string CurrentDescription ) : void | ||
UpdateStatus ( string CurrentDescription ) : void | ||
WaitUntilFinished ( System.TimeSpan Timeout ) : bool |
Method | Description | |
---|---|---|
CalculateProgressValue ( byte Progress ) : byte | ||
Finally ( ) : void | ||
UpdateTriggered ( ) : void | ||
UpdateTriggered ( string ChangedProperty, object NewValue ) : void |
public Finished ( string FinishedMessage ) : void | ||
FinishedMessage | string | |
return | void |
public Finished ( string FinishedMessage, string FinishedUrl ) : void | ||
FinishedMessage | string | |
FinishedUrl | string | |
return | void |
public LogInformation ( string Message ) : void | ||
Message | string | |
return | void |
public Reset ( System.DateTime NextScheduledTimestamp ) : void | ||
NextScheduledTimestamp | System.DateTime | |
return | void |
public ScheduledTaskStatus ( |
||
Task | ||
SessionId | string | |
TriggerKey | string | |
FinishedUrl | string | |
return | System |
public SetCancelSupported ( bool CancelSupported ) : void | ||
CancelSupported | bool | |
return | void |
public SetFinishedMessage ( string FinishedMessage ) : void | ||
FinishedMessage | string | |
return | void |
public SetFinishedUrl ( string FinishedUrl ) : void | ||
FinishedUrl | string | |
return | void |
public SetNextScheduledTimestamp ( System.DateTime NextScheduledTimestamp ) : void | ||
NextScheduledTimestamp | System.DateTime | |
return | void |
public SetTaskException ( |
||
TaskException | ||
return | void |
public UpdateStatus ( byte Progress, string CurrentDescription ) : void | ||
Progress | byte | |
CurrentDescription | string | |
return | void |
public UpdateStatus ( byte Progress, string CurrentProcess, string CurrentDescription ) : void | ||
Progress | byte | |
CurrentProcess | string | |
CurrentDescription | string | |
return | void |
public UpdateStatus ( double Progress ) : void | ||
Progress | double | |
return | void |
public UpdateStatus ( double Progress, string CurrentDescription ) : void | ||
Progress | double | |
CurrentDescription | string | |
return | void |
public UpdateStatus ( double Progress, string CurrentProcess, string CurrentDescription ) : void | ||
Progress | double | |
CurrentProcess | string | |
CurrentDescription | string | |
return | void |
public UpdateStatus ( string CurrentDescription ) : void | ||
CurrentDescription | string | |
return | void |
public WaitUntilFinished ( System.TimeSpan Timeout ) : bool | ||
Timeout | System.TimeSpan | |
return | bool |