AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

AsyncJob Members

The AsyncJob type exposes the following members.

Constructors


  Name Description
Public method AsyncJob(Type, Boolean, Boolean, String)
Initializes a new instance of the AsyncJob class.

Methods


  Name Description
Public method Execute
Executes the task
Public method Stop
Stops the specified immediate.

Properties


  Name Description
Public property AsyncJobType
A value indicating type of the task
Public property Enabled
A value indicating whether the task is enabled
Public property IsRunning
A value indicating whether a task is running
Public property LastEnd
Datetime of the last end
Public property LastStarted
Datetime of the last start
Public property LastSuccess
Datetime of the last success
Public property Name
Get the task name
Public property StopOnError
A value indicating whether to stop task on error