RestockOnEnum Enumeration: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) (Created page with '{{Template:API}}{{Template:APIBreadcrumbClass}} Specifies the restock property of the spare part pool. == Members == {| {{APITableEnum}} |- | style="width: 180px;"|Never||styl…') |
Kate Racaza (talk | contribs) No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Template:API}}{{Template: | {{Template:API}}{{Template:APIBreadcrumb}} | ||
Specifies the restock | <onlyinclude>Specifies the restock schedule of the associated [[CPool Class|cPool]] object.</onlyinclude> | ||
== Members == | == Members == | ||
Line 15: | Line 15: | ||
|ScheduledAndAsNeeded||3||The spare part pool is restocked at fixed intervals and whenever the inventory drops to a specified quantity. | |ScheduledAndAsNeeded||3||The spare part pool is restocked at fixed intervals and whenever the inventory drops to a specified quantity. | ||
|} | |} | ||
== See Also == | |||
*[[CPool Class|cPool Class]] |
Latest revision as of 21:21, 24 June 2016
Member of: SynthesisAPI
Specifies the restock schedule of the associated cPool object.
Members
Name | Value | Description |
---|---|---|
Never | 0 | The spare part pool is never restocked. |
Scheduled | 1 | The spare part pool is restocked at fixed intervals. |
AsNeeded | 2 | The spare part pool is restocked when inventory drops to a specified quantity. |
ScheduledAndAsNeeded | 3 | The spare part pool is restocked at fixed intervals and whenever the inventory drops to a specified quantity. |