Interface | Description |
---|---|
CompletedListener |
The listener interface for listening for the task to be completed.
|
IJob |
Represents a group of tasks in the system.
|
IJobSchedulerContext |
Allows interaction with the job scheduler.
|
IMessageEndpoint |
Represents a client of the messaging system.
|
NewMessageListener |
The listener interface for listening for a new message to be sent to this mailbox.
|
ProgressUpdatedListener |
The listener interface for listening for the task's progress to be updated.
|
StatusChangedListener |
The listener interface for listening for the task to change state.
|
Class | Description |
---|---|
AgentSnapshot |
Represents the state of an agent.
|
ConsumableResources |
Represents something that can be used up by a task.
|
DefaultTaskEnvironment |
Default task environment used in a job.
|
HardDiskStatus |
Represents hard disk information.
|
HostRecycleSettings |
Host recycling settings.
|
NetworkStatus |
Represents network information.
|
NewMessageEventArgs |
Event arguments containing new message.
|
NonSerializableObject |
Represents a message which couldn't be serialized.
|
ProgressEventArgs |
Provides data for the
ProgressUpdated event. |
StatusChangedEventArgs |
Provides data for the
StatusChanged event. |
Task |
Represents an individual task in the system.
|
TaskEnvironment |
Represents the task environment in the system.
|
TaskPrecondition |
Represents a resource constraint that should be satisfied by the agent to run
a task.
|
TaskProgressInformation |
Represents
Task reported progress. |
TaskProperties |
A collection of common constants identifying task properties (
getProperties ). |
VersionInfo |
Version information.
|
Enum | Description |
---|---|
AgentSelectionType |
Indicates algorithm used to decide which agent should be selected for a task.
|
AuthorizationType |
Specifies the type of authorization that the user is granted.
|
CommonResources |
Common resource values.
|
CpuArchitecture |
Specifies the target cpu type of the host process.
|
Operator |
Indicates the operation code used to compare resources.
|
OSPlatform |
OS platform values.
|
TaskCancellationReason |
Indicates the reason for the task cancellation.
|
TaskStatus |
Indicates the status of a task.
|
Exception | Description |
---|---|
InfrastructureException |
The exception that is thrown when an infrastructure error occurs.
|