| ParallelActorProgress Property |
[This is preliminary documentation and is subject to change.]
Gets the progress of all existing actors in pct
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public int[] ActorProgress { get; }
Public ReadOnly Property ActorProgress As Integer()
Get
public:
property array<int>^ ActorProgress {
array<int>^ get ();
}
member ActorProgress : int[] with get
function get_ActorProgress();
Property Value
Type:
Int32See Also