Baul.OperationResult

Baul.OperationResult — Baul.OperationResult Reference

Description

The Baul.OperationResult constants are used by the Baul.InfoProvider provider to notify Baul what the extension intends to do when Baul calls the extension's update_file_info_full method. The possible values are as follows:

Baul.OperationResult.COMPLETE

The operation is complete and Baul can move on to the next update_file_info_full call.

Baul.OperationResult.IN_PROGRESS

The operation is in progress and running asynchronously and Baul should wait until the Baul.info_provider_update_complete_invoke method is called before moving on to the next update_file_info_full call.

Baul.OperationResult.FAILED

The operation has failed.