ProtectedconstructorOptionalisInternalConstructor: booleanChecks if the operation was canceled by the user.
A human readable name for the operation. Can be used to display the operation progress in a UI.
Returns the error returned by the operation, in case it has failed.
Returns the asynchronous operation flags. The flags can be used to query what is supported by the operation. For example, EditorAsynchronousOperationFlag::Cancellable will be set if the operation can be canceled by the user.
A human readable description for the operation. Can be used to display the operation progress in a UI.
Returns the current progress of the operation.
Returns the asynchronous operation state. Can be used to query if the operation is completed or finished with an error.
A human readable tag to classify this operation. Could represent that this operation is part of a larger operation. If no tag were provided, the name will be used instead.
ReadonlyonAn event triggered whenever the operation completes.
ReadonlyonAn event triggered whenever the operation fails.
ReadonlyonAn event triggered once per frame, while the task is Playing.
ReadonlyonAn event triggered once per frame to notify that the operation has progressed.
A asynchronous operation being executed on the engine. This can be used to track progress of an operation, cancel it or be notified when it finishes.