Engine.set_auto_resume
Engine.set_auto_resume(value)
Enable/Disable auto resume on the current engine. Auto resume is a setting that,
when enabled, allows the engine to automatically start when given a job from
a suspended state.
Parameters:
value: bool
Whether to enable auto resume.
Returns:
None
Examples:
Setting auto resume to True.
engine.set_auto_resume(True)