Constructors
NSBatchAgent()
Methods
DeleteBatchTask(Integer)
Deletes a batch task from the database.DeleteBatchTasks(Integer[])
Deletes batch tasks from the database.GetBatchTaskInfo(Integer)
Gets a single NSBatchTaskInfo based on ID.GetBatchTaskInfosByAssociates(Integer[])
Gets an array of NSBatchTaskInfo for the provided associate IDs.GetBatchTaskInfosByAssociatesAndState(Integer[],Integer)
Gets an array of NSBatchTaskInfo for the provided associate IDs and batch task state.GetBatchTaskInfosByNameAndAssociates(String,Integer[])
Gets an array of NSBatchTaskInfo for the provided associate IDs and batch task definition name.GetBatchTaskInfosByNameAndState(String,Integer)
Gets an array of NSBatchTaskInfo with state defined by a BatchTaskState and the batchtask definition name.GetBatchTaskInfosByState(Integer)
Gets an array of NSBatchTaskInfo with state defined by a BatchTaskState.StartBatchJob(NSBatchTaskInfo)
Starts a batch job based on NSBatchTaskInfo.StopBatchJob(Integer)
Stops a batch job based on ID.UpdateBatchTask(NSBatchTaskInfo)
Updates information about a BatchTask.Only the following properties can be updated: State, Description, Response and Request.