The PixInsight core application calls process instance notification functions to keep interfaces informed about changes and events involving process instances.
For a process interface to receive process instance notifications, the corresponding ProcessInterface subclass must reimplement ProcessInterface::WantsProcessNotifications() to return true.
◆ ProcessCreated()
virtual void pcl::ProcessInterface::ProcessCreated |
( |
const ProcessInstance & |
instance | ) |
|
|
inlinevirtual |
◆ ProcessDeleted()
virtual void pcl::ProcessInterface::ProcessDeleted |
( |
const ProcessInstance & |
instance | ) |
|
|
inlinevirtual |
◆ ProcessSaved()
virtual void pcl::ProcessInterface::ProcessSaved |
( |
const ProcessInstance & |
instance | ) |
|
|
inlinevirtual |
Notification sent when a process instance has been saved to a disk file.
- Parameters
-
instance | Reference to a process instance that has been written successfully to a disk file (for example, as part of a .xpsm file). |
- See also
- Process Instance Notification Functions
Definition at line 2252 of file ProcessInterface.h.
◆ ProcessUpdated()
virtual void pcl::ProcessInterface::ProcessUpdated |
( |
const ProcessInstance & |
instance | ) |
|
|
inlinevirtual |