RestockOnEnum Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:API}}{{Template:APIBreadcrumbClass}} Specifies the restock property of the spare part pool. == Members == {| {{APITableEnum}} |- | style="width: 180px;"|Never||styl…')
 
mNo edit summary
Line 1: Line 1:
{{Template:API}}{{Template:APIBreadcrumbClass}}
{{Template:API}}{{Template:APIBreadcrumb}}





Revision as of 22:35, 13 November 2015

APIWiki.png


Member of: SynthesisAPI


Specifies the restock property of the spare part pool.

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.