Nemo.OperationResult

Nemo.OperationResult — Nemo.OperationResult Reference

Description

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

Nemo.OperationResult.COMPLETE

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

Nemo.OperationResult.IN_PROGRESS

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

Nemo.OperationResult.FAILED

The operation has failed.