Tries to mark a task as computed.

Namespace:  Cloudster
Assembly:  Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)

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)"]

Return Value

true if succeeded, false if someone has already changed the status

See Also