Skip to content

Instantly share code, notes, and snippets.

@Criteo-dotnet-blog
Created November 13, 2018 10:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Criteo-dotnet-blog/3cb5384913ed20af2e937ae139439f48 to your computer and use it in GitHub Desktop.
Save Criteo-dotnet-blog/3cb5384913ed20af2e937ae139439f48 to your computer and use it in GitHub Desktop.
public static bool IsProcessRunning(int processId)
{
return IsProcessRunning(processId, GetProcessIds());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment