TGraphState

Prev

Next

 






































































































Type returned by the GraphState function.


Declaration
TGraphState=(gs_Stopped, gs_Paused, gs_Running);


enum TGraphState gs_Stopped, gs_Paused, gs_Running ;

Description

Type returned by the GraphState function.

Possible values:

gs_Stopped: the graph is in a stopped state
gs_Paused: the graph is in a paused state
gs_Running: the graph is in a running state