Movatterモバイル変換


[0]ホーム

URL:


Scala 3
3.7.4
LearnInstallPlaygroundFind A LibraryCommunityBlog
Scala 3
LearnInstallPlaygroundFind A LibraryCommunityBlog
DocsAPI
Generated with
Copyright (c) 2002-2025, LAMP/EPFL
Copyright (c) 2002-2025, LAMP/EPFL
Scala 3/scala/scala.sys/scala.sys.process/Process

Process

scala.sys.process.Process
See theProcess companion object
traitProcess

Represents a process that is running or has finished running. It may be a compound process with several underlying native processes (such asa #&& b).

This trait is often not used directly, though its companion object contains factories forscala.sys.process.ProcessBuilder, the main component of this package.

It is used directly when calling the methodrun on aProcessBuilder, which makes the process run in the background. The methods provided onProcess make it possible for one to block until the process exits and get the exit value, or destroy the process altogether.

Attributes

See also
Companion
object
Source
Process.scala
Graph
Supertypes
classObject
traitMatchable
classAny

Members list

Value members

Abstract methods

Destroys this process.

Destroys this process.

Attributes

Source
Process.scala

Blocks until this process exits and returns the exit code.

Blocks until this process exits and returns the exit code.

Attributes

Source
Process.scala

Returns this process alive status

Returns this process alive status

Attributes

Source
Process.scala
In this article
Generated with
Copyright (c) 2002-2025, LAMP/EPFL
Copyright (c) 2002-2025, LAMP/EPFL

[8]ページ先頭

©2009-2025 Movatter.jp