Click or drag to resize

JobStatusGetStage Method

Gets the stage with the specified ID.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public StageStatus GetStage(
	string stageId
)

Parameters

stageId
Type: SystemString
The stage ID.

Return Value

Type: StageStatus
The specified stage, or if no stage with the specified ID exists.
See Also