C# Class Disco.Services.Tasks.ScheduledTaskStatus

Inheritance: IScheduledTaskStatus
Afficher le fichier Open project: garysharp/Disco Class Usage Examples

Méthodes publiques

Méthode 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 ( ScheduledTask Task, string SessionId, string TriggerKey, string FinishedUrl = null ) : System
SetCancelSupported ( bool CancelSupported ) : void
SetFinishedMessage ( string FinishedMessage ) : void
SetFinishedUrl ( string FinishedUrl ) : void
SetIsSilent ( bool IsSilent ) : void
SetNextScheduledTimestamp ( System.DateTime NextScheduledTimestamp ) : void
SetTaskException ( Exception TaskException ) : void
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

Private Methods

Méthode Description
CalculateProgressValue ( byte Progress ) : byte
Finally ( ) : void
UpdateTriggered ( ) : void
UpdateTriggered ( string ChangedProperty, object NewValue ) : void

Method Details

Canceled() public méthode

public Canceled ( ) : bool
Résultat bool

Finished() public méthode

public Finished ( ) : void
Résultat void

Finished() public méthode

public Finished ( string FinishedMessage ) : void
FinishedMessage string
Résultat void

Finished() public méthode

public Finished ( string FinishedMessage, string FinishedUrl ) : void
FinishedMessage string
FinishedUrl string
Résultat void

LogInformation() public méthode

public LogInformation ( string Message ) : void
Message string
Résultat void

LogWarning() public méthode

public LogWarning ( string Message ) : void
Message string
Résultat void

Reset() public méthode

public Reset ( System.DateTime NextScheduledTimestamp ) : void
NextScheduledTimestamp System.DateTime
Résultat void

ScheduledTaskStatus() public méthode

public ScheduledTaskStatus ( ScheduledTask Task, string SessionId, string TriggerKey, string FinishedUrl = null ) : System
Task ScheduledTask
SessionId string
TriggerKey string
FinishedUrl string
Résultat System

SetCancelSupported() public méthode

public SetCancelSupported ( bool CancelSupported ) : void
CancelSupported bool
Résultat void

SetFinishedMessage() public méthode

public SetFinishedMessage ( string FinishedMessage ) : void
FinishedMessage string
Résultat void

SetFinishedUrl() public méthode

public SetFinishedUrl ( string FinishedUrl ) : void
FinishedUrl string
Résultat void

SetIsSilent() public méthode

public SetIsSilent ( bool IsSilent ) : void
IsSilent bool
Résultat void

SetNextScheduledTimestamp() public méthode

public SetNextScheduledTimestamp ( System.DateTime NextScheduledTimestamp ) : void
NextScheduledTimestamp System.DateTime
Résultat void

SetTaskException() public méthode

public SetTaskException ( Exception TaskException ) : void
TaskException System.Exception
Résultat void

Started() public méthode

public Started ( ) : void
Résultat void

UpdateStatus() public méthode

public UpdateStatus ( byte Progress ) : void
Progress byte
Résultat void

UpdateStatus() public méthode

public UpdateStatus ( byte Progress, string CurrentDescription ) : void
Progress byte
CurrentDescription string
Résultat void

UpdateStatus() public méthode

public UpdateStatus ( byte Progress, string CurrentProcess, string CurrentDescription ) : void
Progress byte
CurrentProcess string
CurrentDescription string
Résultat void

UpdateStatus() public méthode

public UpdateStatus ( double Progress ) : void
Progress double
Résultat void

UpdateStatus() public méthode

public UpdateStatus ( double Progress, string CurrentDescription ) : void
Progress double
CurrentDescription string
Résultat void

UpdateStatus() public méthode

public UpdateStatus ( double Progress, string CurrentProcess, string CurrentDescription ) : void
Progress double
CurrentProcess string
CurrentDescription string
Résultat void

UpdateStatus() public méthode

public UpdateStatus ( string CurrentDescription ) : void
CurrentDescription string
Résultat void

WaitUntilFinished() public méthode

public WaitUntilFinished ( System.TimeSpan Timeout ) : bool
Timeout System.TimeSpan
Résultat bool