This class represents a callback object used for pausing during a progressive process. All the pure virtual functions in this class are used as callback functions and should be implemented by user to do pausing in a customized way.
- Examples
- /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/gsdk-doc-auto-build/harmony_nodejs/input/Index.js.
◆ NeedToPauseNow()
| abstract PauseCallback.NeedToPauseNow |
( |
| ) |
|
|
pure virtual |
Check whether callers need to pause now.
- Returns
- true means to pause now, while false means not to pause now.