Skip to main content
Skip table of contents

existsInstances

Versionshinweise

21.2

Code

GROOVY
Boolean ProcessUtils.existsInstances(String... processIds)

Beschreibung

Testet ob einer der angegebenen Prozesse ausgeführt wird.

Parameter

  • processIds - ID der Prozesse.

Rückgabe

true, wenn einer der Prozesse zurzeit am Laufen ist.
false, wenn keiner der Prozesse ausgeführt wird.

Beispiele

GROOVY
if(ProcessUtils.existsInstances("C0PerformanceTest", "MyProcess"))
{
  ...
}
JavaScript errors detected

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

If this problem persists, please contact our support.