ISchedulerAdapter.FinishTask(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ServiceModel.FaultContract(typeof(Microsoft.Hpc.Scheduler.Session.Internal.SessionFault), Action="http://hpc.microsoft.com/session/SessionFault")]
[System.ServiceModel.OperationContract]
public System.Threading.Tasks.Task<bool> FinishTask(int jobId, int taskUniqueId);
abstract member FinishTask : int * int -> System.Threading.Tasks.Task<bool>
Public Function FinishTask (jobId As Integer, taskUniqueId As Integer) As Task(Of Boolean)
Parameters
- jobId
- Int32
- taskUniqueId
- Int32
Returns
- Attributes