TGraphState
TGraphState = (gs_Stopped, gs_Paused, gs_Running);
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