8.2.35 Run

It is recommended that you switch to the originpro package. PyOrigin is primarily for users who need to work with Origin version prior to 2021.


Description

Allow Origin to finish current operations. This is useful after calling a method that triggers lengthy auto-update calculations.

Syntax

Run()

Parameters

Return

Returns True if successful else False.

Examples

EX1

#Run recalculate on all pending update
import PyOrigin
PyOrigin.Run()