Public Instance Methods : Block

* whenTimeoutInMilliseconds: count do: handlerBlock
	"ACTION
		Execute the receiver, a zero-argument block. If execution does not
		finish after @count milliseconds then evaluate @handleBlock. a
		one argument block, with an instance of Signal, as would be passed
		to an exception handler. This signal is not resumable. Answer the
		result of the block, or the explicit exit-value given to the signal.

	PARAMETERS
		count : <Integer>
		handlerBlock : <Block>

	RETURN VALUE
		<Object>"
Categories
	SST-API User
* whenTimeoutInMinutes: count do: handlerBlock
	"ACTION
		Execute the receiver, a zero-argument block. If execution does not
		finish after @count minutes then evaluate @handleBlock. a
		one argument block, with an instance of Signal, as would be passed
		to an exception handler. This signal is not resumable. Answer the
		result of the block, or the explicit exit-value given to the signal.

	PARAMETERS
		count : <Integer>
		handlerBlock : <Block>

	RETURN VALUE
		<Object>"
Categories
	SST-API User
* whenTimeoutInSeconds: count do: handlerBlock
	"ACTION
		Execute the receiver, a zero-argument block. If execution does not
		finish after @count seconds then evaluate @handleBlock. a
		one argument block, with an instance of Signal, as would be passed
		to an exception handler. This signal is not resumable. Answer the
		result of the block, or the explicit exit-value given to the signal.

	PARAMETERS
		count : <Integer>
		handlerBlock : <Block>

	RETURN VALUE
		<Object>"
Categories
	SST-API User

[FIRST] [PREV] [NEXT] [LAST]