MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / IsRunning

Function IsRunning

Source/Engine/Threading/Task.h:131–134  ·  view source on GitHub ↗

Checks if operation is running.

Source from the content-addressed store, hash-verified

129 /// Checks if operation is running.
130 /// </summary>
131 FORCE_INLINE bool IsRunning() const
132 {
133 return GetState() == TaskState::Running;
134 }
135
136 /// <summary>
137 /// Checks if operation has been finished.

Callers 6

OnFinishMethod · 0.70
OnCancelMethod · 0.70
OnEndMethod · 0.70
IsSyncingMethod · 0.50
BuildMethod · 0.50
CancelMethod · 0.50

Calls 1

GetStateFunction · 0.50

Tested by

no test coverage detected