BoxSymbol Clock.png
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.


Jump to: navigation, search

Process Viewer


Icon ProcessViewer Extension.png
Author xtraverse
Status Released
Release Date 2004
Last Updated
Available for Multimedia Fusion 1.5 Multimedia Fusion Developer 2 Clickteam Fusion 2.5 Developer
Supported Runtimes Windows Runtime
License Free
Attributes Only available for the Developer editions of Clickteam Fusion 2.5 and Multimedia Fusion 2.
Download
Includes Examples No
Includes Help Files Yes
Links Extension Manager or

Via Bonus Pack

Alternates

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.


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.



Process Viewer Storyboard Object
1 • Every 02"-00
2 Process Viewer On Process

Compare two general values: pExeFile$( "Process Viewer" ) = "process_name.exe"


3 • New condition



Contributors to this page

Advaith (13.0%), Lh37 (87.0%)