Click or drag to resize

TaskStatus Enumeration

Indicates the status of a task.

Namespace:  AGI.Parallel.Infrastructure
Assembly:  AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.7.0.1440 (2.7.0.1440)
Syntax
[SerializableAttribute]
public enum TaskStatus
Members
  Member nameValueDescription
NotSubmitted0 Task is not submitted yet.
Submitted1 Task is submitted but not assigned yet.
Assigned2 Task is assigned but not run yet.
Running3 Task is currently running.
Canceling4 Task is in the process of canceling.
Interrupted5 Task encountered a system exception. Examples of system exceptions are if the agent disconnects or the host process exits unexpectedly.
Canceled6 Task is canceled.
EnvironmentError7 Task failed to run because of an uncaught exception in Setup.
Completed8 Task completed successfully.
TimedOut9 Task timed-out because it ran longer than the task timeout value.
Failed10 Task failed because of an uncaught exception while running the task.
See Also

STK Parallel Computing Server 2.7 API for .NET