Package com._1c.g5.v8.dt.export
Interface IExportOperation
- All Known Implementing Classes:
ExportOperation
public interface IExportOperation
Operation for exporting configuration in 1C:Enterprise files
This operation can return result status IStatus
-
Field Details
-
EXPORT_OPERATION_TRACE_OPTION
Trace option constant for Export operation- See Also:
-
-
Method Details
-
run
org.eclipse.core.runtime.IStatus run(org.eclipse.core.runtime.IProgressMonitor monitor) Runs export operation. Progress should be reported to the given progress monitor.- Parameters:
monitor
- the progress monitor to use to display progress and receive requests for cancelation- Returns:
- the status of the export operation
-