Eyeon:Script/Reference/Applications/Fusion/Classes/Fusion/Quit

From VFXPedia

< Eyeon:Script | Reference | Applications | Fusion | Classes | Fusion
Revision as of 14:01, 9 December 2006 by Peter (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Contents

Fusion : Quit

Arguments

Quit( )

Returns

This function does not return a value.

Remarks

The Quit command will cause the copy of Fusion referenced by the Fusion Interface object to exit. The Fusion Interface object will then be set to nil.

Requirements

  • eyeonScript 5.0
  • Fusion 5.0

Examples

-- attempts to connect to Fusion -- on a remote machine, and if it connects -- causes that copy to exit fusion = Fusion("192.168.0.10") if not fusion then

  fusion:Quit()

end


Tips for Quit (edit)

EyeonTips:Script/Reference/Applications/Fusion/Classes/Fusion/Quit