isComplete
A Boolean value that indicates whether the action has been performed by the provider.
Declaration
var isComplete: Bool { get }Discussion
This property is initialized to false, and is set to true when either the fulfill() or fail() method is called.