A Boolean value that indicates whether the receiver's workflow is currently running.
SDK
- macOS 10.5+
Framework
- Automator
Declaration
@property(readonly, nonatomic, getter=isRunning) BOOL running;
Discussion
YES
if the controller’s workflow is currently running; NO
otherwise. Use is
to determine whether the receiver's workflow is currently running.