Contents

isRunning

A Boolean value that indicates whether the controller’s workflow is currently running.

Declaration

var isRunning: Bool { get }

Discussion

true if the controller’s workflow is currently running; false otherwise. Use isRunning: to determine whether the receiver’s workflow is currently running.

See Also

Getting Workflow Information