Terminates a running application.

Namespace: Skewworks.NETMF
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public static bool TerminateApplication(
	Guid threadId
)

Parameters

threadId
Type: System..::..Guid
Guid of application to terminate.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Skewworks.NETMF.Core.TerminateApplication(System.Guid)"]

Remarks

Use TerminateApplication to terminate an application that was launched by LaunchApplication(String, array<String>[]()[][]) or LaunchApplication(array<Byte>[]()[][], array<String>[]()[][])

See Also