DeleteProcessById Method

Deletes a process from the process database by process ID.

public void DeleteProcessById(int id);

Classes: Database


Parameters

int id



Example

The following example demonstrates 

Database.DeleteProcessById(1);

Remarks

This operation will also delete files associated with the process.