ITaskManager Interface
Definition
Displays the current property of the TaskManager.
public interface class ITaskManager : IServiceProvider
public interface ITaskManager : IServiceProvider
type ITaskManager = interface
interface IServiceProvider
Public Interface ITaskManager
Implements IServiceProvider
- Derived
- Implements
Properties
Context |
Gets the context for what the TaskManager is working on. |
DataBus |
Gets the specified DataBus control. |
LastExecutionError |
Gets the exception message that occurred during the last execution. |
LastValidationResults |
Gets the result of the last validation run. |
Moniker |
Gets the moniker associated with an action that launched the TaskManager. |
State |
Gets the current state of the TaskManager. |
Methods
Perform(ISfcScriptCollector) |
Initiates the task execution procedure. |
Events
CancelRequested |
An event that fires when IsCancelRequested changes. |
StateChanged |
Occurs when the task manager initiates the task execution procedure. |