ISPROCESS

版本 1.0.0.1 (1.8 KB) 作者: Varun Gandhi
ISPROCESS checks if the given process name is running on the system
484.0 次下载
更新时间 2016/9/1

查看许可证

The function returns True/False (0/1) along with the number of instances of the process and the process ID (PID) numbers.
Syntax/Usage:
[result] = isprocess('fire*')
[result pid_total] = isprocess('firefox')
[result pid_total pid_nums] = isprocess('firefox')

引用格式

Varun Gandhi (2024). ISPROCESS (https://www.mathworks.com/matlabcentral/fileexchange/42805-isprocess), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2012a
兼容任何版本
平台兼容性
Windows macOS Linux
致谢

启发作品: ENDTASK

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.1

Updated license

1.0.0.0