isRunning
A status that indicates whether the receiver is still running.
Declaration
var isRunning: Bool { get }Return Value
true if the receiver is still running, otherwise false. false means either the receiver could not run or it has terminated.
A status that indicates whether the receiver is still running.
var isRunning: Bool { get }true if the receiver is still running, otherwise false. false means either the receiver could not run or it has terminated.