BuildMaster SDK Reference
Version:

GetProgress Method

Returns the current progress of the action as a percentage if it is executing.

Syntax

public virtual OperationProgress GetProgress()

Returns

Current progress of the action as a percentage.

Remarks

If the action is not executing or does not support reporting progress, this method should return null (Nothing in Visual Basic).