ジャンプ先: 概要. 戻り値. 関連. フラグ. MEL 例.
autoSave [-destination int] [-destinationFolder] [-enable boolean] [-folder string] [-interval float] [-limitBackups boolean] [-maxBackups int] [-perform] [-prompt boolean]
autoSave は、取り消し可能、照会可能、および編集不可能です。
自動保存メカニズムにインタフェースを提供します。なし
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||
---|---|---|---|---|
-destination(-dst)
|
int
|
![]() ![]() |
||
|
||||
-destinationFolder(-df)
|
|
![]() |
||
|
||||
-enable(-en)
|
boolean
|
![]() ![]() |
||
|
||||
-folder(-fol)
|
string
|
![]() ![]() |
||
|
||||
-interval(-int)
|
float
|
![]() ![]() |
||
|
||||
-limitBackups(-lim)
|
boolean
|
![]() ![]() |
||
|
||||
-maxBackups(-max)
|
int
|
![]() ![]() |
||
|
||||
-perform(-p)
|
|
![]() |
||
|
||||
-prompt(-prm)
|
boolean
|
![]() ![]() |
||
|
![]() |
![]() |
![]() |
![]() |
// set the interval between auto-saves to 5 minutes // autoSave -int 300; // query the auto-save interval // autoSave -q -int; // Result: 300 //