Thread
extension Thread
-
Tells whether the Thread has not been started. E.g. nor running, nor cancelled nor finished
Declaration
Swift
public var didNotStart: Bool { get }Return Value
true when not yet started.