public string[] DeleteJobs( string[] jobIDs, bool deleteVersion, bool deleteHistory )
Public Function DeleteJobs( _ ByVal jobIDs() As String, _ ByVal deleteVersion As Boolean, _ ByVal deleteHistory As Boolean _ ) As String()
Parameters
- jobIDs
- An array of job IDs to be deleted.
- deleteVersion
- Indicates whether or not to delete the associated job version
- deleteHistory
- Indicates whether or not to delete the associated job history.