Public Instance Methods : SstActorConfiguration

* actorClass
	"ACTION
		Answer the class of Actor associated with the receiver.

	RETURN VALUE
		<IuSstActor class>"
Categories
	SST-API Developer
* actorClass: value
	"ACTION
		Set the class of Actor associated with the receiver.

	PARAMETERS 
		value : <IuSstActor class>"
Categories
	SST-API Developer
* autoStart
	"ACTION
		Answer whether Actors created with the receiver should automatically start executing.

	RETURN VALUE
		<Boolean>"
Categories
	SST-API Developer
* autoStart: value
	"ACTION
		Set whether Actors created with the receiver should automatically start executing.

	RETURN VALUE
		<Boolean>"
Categories
	SST-API Developer
* executionClass
	"ACTION
		Answer the execution class for Actors created with the receiver.

	RETURN VALUE
		<Class>"
Categories
	SST-API Developer
* executionClass: value
	"ACTION
		Answer the execution class for Actors created with the receiver.

	PARAMETERS 
		value : <Class>"
Categories
	SST-API Developer
* instantiate
	"ACTION
		Answer an Actor created with the receiver's settings executing the default activity 
		associated with the Actor's class.

	RETURN VALUE
		<IuSstActor>"
Categories
	SST-API Developer
* instantiateFor: activityBlock
	"ACTION
		Answer an Actor created with the receiver's settings executing @activityBlock.

	PARAMETERS
		activityBlock : <Block>

	RETURN VALUE
		<IuSstActor>"
Categories
	SST-API Developer
* instantiateFor: activityBlock priority: creationPriority
	"ACTION
		Answer an Actor created with the receiver's settings executing @activityBlock
		at priority @creationPriority.

	PARAMETERS
		activityBlock : <Block>
		creationPriority : <Integer> | nil

	RETURN VALUE
		<IuSstActor>"
Categories
	SST-API Developer
* instantiateOn: process
	"ACTION
		Answer an Actor created with the receiver's settings and associate it with @process.

	PARAMETERS
		process : <Process>

	RETURN VALUE
		<IuSstActor>"
Categories
	SST-API Developer
* priority
	"ACTION
		Answer the priority setting for Actors created with the receiver.

	RETURN VALUE
		<Integer>"
Categories
	SST-API Developer
* priority: value
	"ACTION
		Set the priority setting for Actors created with the receiver.

	PARAMETERS
		value : <Integer>"
Categories
	SST-API Developer
* terminateOnGC
	"ACTION
		Answer whether the process resoureces associated with Actors 
		configured by the receiver should be automatically terminated 
		the Actors are GC'd.  Default is true.

	RETURN VALUE
		<Boolean>"
Categories
	SST-API Developer
* terminateOnGC: value
	"ACTION
		Set whether the process resoureces associated with Actors 
		configured by the receiver should be automatically terminated 
		the Actors are GC'd.  Default is true.

	PARAMETERS
		value : <Boolean>"
Categories
	SST-API Developer
* topLevel
	"ACTION
		Answer the top level execution setting for Actors created with the receiver.

	RETURN VALUE
		<Boolean>"
Categories
	SST-API Developer
* topLevel: value
	"ACTION
		Set the top level execution setting for Actors created with the receiver.

	PARAMETERS
		value : <Boolean>"
Categories
	SST-API Developer

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