Tries to mark a task as computed.
            
        
    Namespace: 
   CloudsterAssembly: Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public bool TryMarkComputedTask( Guid jobId ) | 
| Visual Basic (Declaration) | 
|---|
| Public Function TryMarkComputedTask ( _ jobId As Guid _ ) As Boolean | 
| Visual C++ | 
|---|
| public: bool TryMarkComputedTask( Guid jobId ) | 
Parameters
- jobId
- Type: System..::.Guid[Missing <param name="jobId"/> documentation for "M:Cloudster.TaskTable.TryMarkComputedTask(System.Guid)"] 
 
     
     
     
     
    