The current phase of the computation.

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

Syntax

C#
public Nullable<PhaseType> Phase { get; set; }
Visual Basic (Declaration)
Public Property Phase As Nullable(Of PhaseType)
Visual C++
public:
property Nullable<PhaseType> Phase {
	Nullable<PhaseType> get ();
	void set (Nullable<PhaseType> value);
}

See Also