Scrypted Documentation / ClusterForkInterfaceOptions
Interface: ClusterForkInterfaceOptions
Extends
Required<Pick<ForkOptions,"clusterWorkerId">>.Pick<ForkOptions,"id"|"nativeId">
Properties
id?
optionalid:string
The id of the device that is associated with this fork.
Inherited from
Pick.id
nativeId?
optionalnativeId:ScryptedNativeId
The native id of the mixin that is associated with this fork.
Inherited from
Pick.nativeId
clusterWorkerId
clusterWorkerId:
string
The id of the cluster worker id that will execute this fork.
Inherited from
Required.clusterWorkerId
