Caja.OperationResult

Caja.OperationResult — Caja.OperationResult Reference

Description

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

Caja.OperationResult.COMPLETE

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

Caja.OperationResult.IN_PROGRESS

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

Caja.OperationResult.FAILED

The operation has failed.