Click or drag to resize

RunnableIsRunning Method

Check if a routine is still running.

Namespace:  IBM.Watson.DeveloperCloud.Utilities
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static bool IsRunning(
	int id
)

Parameters

id
Type: SystemInt32
The ID returned by Run().

Return Value

Type: Boolean
Returns true if the routine is still active.
See Also