This topic has not yet been rated - Rate this topic

terminate method

Terminates a worker thread immediately.

Syntax

var retval = Worker.terminate();

Parameters

This method has no parameters.

Return value

Type: HRESULT

This method can return one of these values.

S_OK

Remarks

You can terminate a worker thread inside its own code by using the self.close method.

See also

Worker

 

 

Send comments about this topic to Microsoft

Build date: 11/20/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.