nautilus.OperationResult

nautilus.OperationResult — nautilus.OperationResult Reference

Description

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

nautilus.OPERATION_COMPLETE

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

nautilus.OPERATION_IN_PROGRESS

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

nautilus.OPERATION_FAILED

The operation has failed.