Skip to main content
Skip table of contents

DeleteProcessById Method

Deletes a process from the process database by process ID.

CODE
public void DeleteProcessById(int id);

Classes: Database


Parameters

int id



Example

The following example demonstrates 

CODE
Database.DeleteProcessById(1);

Remarks

This operation will also delete files associated with the process.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.