Contents

isLongLived

A Boolean value that indicates whether the operation is long-lived.

Declaration

var isLongLived: Bool { get set }

Discussion

Set this property to true to make the operation long-lived. The default value is false. If you change this property’s value after you execute the operation, the change has no effect.

For more information, see Long-Lived Operations.

See Also

Deprecated Properties