This is an archive. | |
See the new ClickWiki at https://clickwiki.github.io. This version is just an archive for the purposes of migrating content to the new structure. |
Process Viewer
Author | xtraverse |
Status | Released |
Release Date | 2004 |
Available for | |
Supported Runtimes | |
License | Free |
Attributes | |
Download | |
---|---|
Includes Examples | No |
Includes Help Files | Yes |
Links | Extension Manager or Via Bonus Pack |
The Process Viewer extension allows you to retrieve and perform actions of processes of the currently running Windows system. It was originally created for Multimedia Fusion 1.5 but is compatible with MMF2 and Fusion 2.5. It is available through the Extension Manager, or bonus extension packs.
The extension can interact in two ways:
- Snapshots of the process list (one is taken as soon as the frame containing this extension is loaded)
- Enumerating (looping) through each process.
Contents
Properties
This object has no properties.
Actions
- Processes
- Update Process List - Updates the snapshot of all processes for the extension. The expressions for reading are set to the beginning.
- Next Process - Sets the current expression to the next one from the snapshot.
- Enumerate Processes - Loops all the processes presently running on the system.
- Threads
- Update Thread List
- Next Thread
- Enumerate Threads
- Modules
- Update Module List
- Next Module
- Enumerate Modules
Conditions
- On Process
- On Thread
- On Module
Expressions
- Processes
- Process ID
- EXE Filename
- Thread Count
- Parent Process
- Priority Base
- Priority Class
- Threads
- Thread ID
- Owner Process
- Priority Base
- Modules
- Module Name
- Module EXE Path
- Module Handle
- Process ID
- Base Address
- Module Size
Tips & Tricks
Waiting for a program to have stopped running
You can make your application perform an action once another process has stopped running, including external processes.
|
|||
1 | • Every 02"-00 | ||
2 | • On Process
Compare two general values: pExeFile$( "" ) = "process_name.exe" |
| |
3 | • New condition |