Show / Hide Table of Contents

Class PoolPreparationTask

Represents the preparation commands and environment of each task running by this pool.

Inheritance
object
PoolPreparationTask
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
In this article
Back to top Generated by DocFX