IClusterJob Interface

Definition

public interface IClusterJob : Microsoft.Hpc.Scheduler.Store.IClusterStoreObject
type IClusterJob = interface
    interface IClusterStoreObject
Public Interface IClusterJob
Implements IClusterStoreObject
Implements

Properties

Id (Inherited from IClusterStoreObject)

Methods

AddExcludedNodes(String[])
BeginCancel(AsyncCallback, Object, CancelRequest, String)
BeginCancel(AsyncCallback, Object, String)
BeginCancelTask(Int32, AsyncCallback, Object, String)
BeginCancelTask(Int32, CancelRequest, AsyncCallback, Object, String)
BeginCancelTask(TaskId, AsyncCallback, Object, String)
BeginCancelTask(TaskId, CancelRequest, AsyncCallback, Object, String)
BeginCancelTaskNiceId(Int32, AsyncCallback, Object, String)
BeginCancelTaskNiceId(Int32, CancelRequest, AsyncCallback, Object, String)
BeginSubmit(StoreProperty[], AsyncCallback, Object)
Cancel(String)
Cancel(String, Boolean, Boolean)
CancelTask(Int32, String)
CancelTask(Int32, String, Boolean)
ClearExcludedNodes()
Clone()
Configure()
CreateChildJob(StoreProperty[])
CreateTask(StoreProperty[])
CreateTaskGroupsAndDependencies(List<String>, List<KeyValuePair<Int32,Int32>>, Int32, List<Int32>)
CreateTasks(List<StoreProperty[]>)
DeleteTask(Int32)
DeleteTaskGroup(Int32)
EndCancel(IAsyncResult)
EndCancelTask(IAsyncResult)
EndSubmit(IAsyncResult)
Finish(String, Boolean, Boolean)
FinishTask(Int32, String)
FinishTaskByNiceId(Int32, String)
GetAllProps() (Inherited from IClusterStoreObject)
GetAllTaskCustomProperties(PropertyRow[])
GetEnvironmentVariables()
GetProps(PropertyId[]) (Inherited from IClusterStoreObject)
GetPropsByName(String[]) (Inherited from IClusterStoreObject)
GetRootTaskGroup()
OpenAllocationEnumerator()
OpenAllocationRowSet()
OpenMessageEnumerator()
OpenMessageRowset()
OpenMessageRowset(RowSetType)
OpenTask(Int32)
OpenTask(TaskId)
OpenTaskByNiceId(Int32)
OpenTaskByNiceId(String)
OpenTaskGroupRowSet()
OpenTaskRowEnumerator()
OpenTaskRowEnumerator(TaskRowSetOptions)
OpenTaskRowSet()
OpenTaskRowSet(RowSetType)
OpenTaskRowSet(RowSetType, TaskRowSetOptions)
PersistToXml(XmlWriter, XmlExportOptions) (Inherited from IClusterStoreObject)
RemoveExcludedNodes(String[])
Requeue()
RestoreFromXml(XmlReader, XmlImportOptions) (Inherited from IClusterStoreObject)
ScheduleOnPhantomResources(Int32[], StoreProperty[])
SetEnvironmentVariable(String, String)
SetHoldUntil(DateTime)
SetProps(StoreProperty[]) (Inherited from IClusterStoreObject)
Submit(StoreProperty[])
SubmitTasks(Int32[])
UpdateTaskGroup(Int32)
UpdateTaskGroups(IList<Int32>)

Events

TaskEvent

Applies to