launch_job_monitor#
- Desktop.launch_job_monitor(input_file: str | Path) bool#
Launch job monitor. This method is opening the job monitor tool.
- Parameters:
- input_file
strorpathlib.Path Full path to the project.
- input_file
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oDesktop.LaunchJobMonitor
Examples
>>> from ansys.aedt.core import Desktop >>> desktop = Desktop(version="2026.1") >>> desktop.launch_job_monitor(input_file=r"C:\Projects\MyProject.aedt")