Class PoolPreparationTask
Represents the preparation commands and environment of each task running by this pool.
Inherited Members
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
public class PoolPreparationTask
Constructors
PoolPreparationTask(string)
Command line constructor.
Declaration
public PoolPreparationTask(string commandLine)
Parameters
Type | Name | Description |
---|---|---|
string | commandLine | command line to execute before launching a task |
Properties
CommandLine
Command line value.
Declaration
public string CommandLine { get; set; }
Property Value
Type | Description |
---|---|
string |