Click or drag to resize

TaskProperties Class

A collection of common constants in Properties.
Inheritance Hierarchy
SystemObject
  AGI.Parallel.InfrastructureTaskProperties

Namespace:  AGI.Parallel.Infrastructure
Assembly:  AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax
public static class TaskProperties

The TaskProperties type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAllocatedCoresForTask
The number of cores slots the task is allocated.
Public fieldStatic memberAllocatedMemoryForTask
The amount of memory the task is allocated.
Public fieldStatic memberEnvironment
Task environment associated with host that will execute task.
Public fieldStatic memberEstimatedMemoryUsageForTask
The amount of reserved estimated memory usage for the task.
Public fieldStatic memberGracefulCancellationTimeOut
The amount of time in milliseconds to wait for a task to exit gracefully when cancelled.
Public fieldStatic memberHostEndTime
Time host finished executing task.
Public fieldStatic memberHostStartTime
Time host started executing task.
Public fieldStatic memberInterruptedRetryAttempts
The number of retry attempts on this task.
Public fieldStatic memberJobSchedulerContext
Contains various methods dealing with job scheduler operations within the task.
Public fieldStatic memberLogger
The logger that can write to the host log files.
Public fieldStatic memberMaxCoresForTask
The maximum number of desired cores slots the task should occupy.
Public fieldStatic memberMaxMemoryForTask
The maximum amount of reserved memory the task should consume.
Public fieldStatic memberMinCoresForTask
The minimum number of desired cores slots the task should occupy.
Public fieldStatic memberMinMemoryForTask
The minimum amount of reserved memory the task should consume.
Public fieldStatic memberSubmitterId
The id of the client that submitted this task.
Public fieldStatic memberTaskAncestry
The task ancestry of this task. The most recent parents are in the beginning of the collection.
Top
See Also

STK Parallel Computing Server 2.9 API for .NET