Method: Yast::SCR.UnmountAgent

Defined in:
src/ruby/yast/scr.rb

.UnmountAgent(path) ⇒ Object

Unmounts agent. The agent is detached, but when needed it is mounted again automatically.

It sends to component result() which force to terminate component. If there is any lazy write, then it is properly finished.

Parameters:

  • path to agent



105
106
107
# File 'src/ruby/yast/scr.rb', line 105

def self.UnmountAgent(path)
  call_builtin_wrapper("UnmountAgent", Yast.path(path))
end