Is the process finished?

Property definitions

core $ Process :: is_finished
	# Is the process finished?
	fun is_finished: Bool do return data.is_finished
lib/core/exec.nit:56,2--57,49