Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Excerpt

Deletes a process from the process database by process ID.


Code Block
public void DeleteProcessById(int id);

Classes: Database


Parameters

int id



Example

The following example demonstrates 

Code Block
Database.DeleteProcessById(1);

Remarks

This operation will also delete files associated with the process.