Click or drag to resize

JamThreadStop Method (Int32)

Stops the processing of items, the thread finishes.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public bool Stop(
	int millis
)

Parameters

millis
Type: SystemInt32
milliseconds to wait to join the thread

Return Value

Type: Boolean
true if joining the thread within milliseconds timespan succeeded, false otherwise
See Also