ITaskFormState Interface

Definition

Displays the current status of the TaskForm.

public interface class ITaskFormState
public interface ITaskFormState
type ITaskFormState = interface
Public Interface ITaskFormState

Properties

ExecutionState

Gets or sets the last execution state; null means there are no errors.

Progress

Gets or sets the progress percentage. If set to less than 0 or greater than 100, the progress control is not visible.

Status

Gets or sets the current status of the TaskForm.

ValidationState

Gets or sets the last validation state; null means there are no warnings or errors.

Applies to