TaskProperties Class |
Namespace: AGI.Parallel.Infrastructure
The TaskProperties type exposes the following members.
Name | Description | |
---|---|---|
AllocatedCoresForTask |
The number of cores slots the task is allocated.
| |
AllocatedMemoryForTask |
The amount of memory the task is allocated.
| |
Environment |
Task environment associated with host that will execute task.
| |
EstimatedMemoryUsageForTask |
The amount of reserved estimated memory usage for the task.
| |
GracefulCancellationTimeOut |
The amount of time in milliseconds to wait for a task to exit gracefully when cancelled.
| |
HostEndTime |
Time host finished executing task.
| |
HostStartTime |
Time host started executing task.
| |
InterruptedRetryAttempts |
The number of retry attempts on this task.
| |
JobSchedulerContext |
Contains various methods dealing with job scheduler operations within the task.
| |
Logger |
The logger that can write to the host log files.
| |
MaxCoresForTask |
The maximum number of desired cores slots the task should occupy.
| |
MaxMemoryForTask |
The maximum amount of reserved memory the task should consume.
| |
MinCoresForTask |
The minimum number of desired cores slots the task should occupy.
| |
MinMemoryForTask |
The minimum amount of reserved memory the task should consume.
| |
SubmitterId |
The id of the client that submitted this task.
| |
TaskAncestry |
The task ancestry of this task. The most recent parents are in the beginning of the collection.
|
STK Parallel Computing Server 2.9 API for .NET